home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / ixemul / sdk / man / cat4 / lo.0 < prev    next >
Encoding:
Text File  |  1998-06-15  |  1.6 KB  |  40 lines

  1.  
  2. LO(4)                      UNIX Programmer's Manual                      LO(4)
  3.  
  4. NNAAMMEE
  5.      lloo - software loopback network interface
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ppsseeuuddoo--ddeevviiccee
  9.      lloooopp
  10.  
  11. DDEESSCCRRIIPPTTIIOONN
  12.      The lloooopp interface is a software loopback mechanism which may be used for
  13.      performance analysis, software testing, and/or local communication.  As
  14.      with other network interfaces, the loopback interface must have network
  15.      addresses assigned for each address family with which it is to be used.
  16.      These addresses may be set or changed with the SIOCSIFADDR ioctl(2).  The
  17.      loopback interface should be the last interface configured, as protocols
  18.      may use the order of configuration as an indication of priority.  The
  19.      loopback should _n_e_v_e_r be configured first unless no hardware interfaces
  20.      exist.
  21.  
  22. DDIIAAGGNNOOSSTTIICCSS
  23.      lloo%%dd:: ccaann''tt hhaannddllee aaff%%dd..  The interface was handed a message with ad-
  24.      dresses formatted in an unsuitable address family; the packet was
  25.      dropped.
  26.  
  27. SSEEEE AALLSSOO
  28.      intro(4),  inet(4),  ns(4)
  29.  
  30. HHIISSTTOORRYY
  31.      The lloo device appeared in 4.2BSD.
  32.  
  33. BBUUGGSS
  34.      Previous versions of the system enabled the loopback interface automati-
  35.      cally, using a nonstandard Internet address (127.1).  Use of that address
  36.      is now discouraged; a reserved host address for the local network should
  37.      be used instead.
  38.  
  39. 4.2 Berkeley Distribution        June 5, 1993                                1
  40.